It gets automatically added, but I’ve tried adding a custom processor to add it manually. It didn’t
It gets automatically added, but I’ve tried adding a custom processor to add it manually. It didn’t make a difference
Worker metrics can be inspected for up to three months in the past in maximum increments of one week.which seems to outdated, as you can now view up to a month. Also it seems like you can't go past a month in the dash at least, because trying to look further than a month ago gives
Query time range is too long.



useLogger. That's what I'm using (Nuxt3):








Query time range is too long.useLoggerimport { BaselimeLogger } from '@baselime/edge-logger';
import type { H3Event } from 'h3';
export function useLogger(event: H3Event) {
const { baselimeApiKey: apiKey } = useRuntimeConfig(event);
const logger = new BaselimeLogger({
apiKey,
ctx: event,
});
return logger;
}