Wonder if we're going to lose logs over this, or if it's just a display issue
Wonder if we're going to lose logs over this, or if it's just a display issue




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




extend DurableObjectThe receiving Durable Object does not support RPC, because its class was not declared with `extends DurableObject`instrumentDO()extends DurableObject<Env>Failed to construct 'DurableObjectBase': constructor parameter 1 is not of type 'DurableObjectState'entry.CPX6HPiB.js:16 TypeError: Cannot read properties of undefined (reading 'id')
at Proxy.<anonymous> (index.BPIUTlr6.js:1:31724)
at renderComponentRoot (entry.CPX6HPiB.js:16:7724)
at ReactiveEffect.Ot [as fn] (entry.CPX6HPiB.js:16:56634)
at ReactiveEffect.run (entry.CPX6HPiB.js:9:1918)
at He.et.update (entry.CPX6HPiB.js:16:57736)
at callWithErrorHandling (entry.CPX6HPiB.js:16:2165)
at flushJobs (entry.CPX6HPiB.js:16:4867)
logError @ entry.CPX6HPiB.js:16knabfinance{
"message": "Request failed with status code 404",
"name": "AxiosError",
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 16019,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {
"FormData": null
},
"headers": {
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer xxxxx"
},
"baseURL": "https://api.baselime.io",
"method": "get",
"url": "/query_runs/knabfinance/production/partner-api-calls/1739515515809",
"axios-retry": {
"retries": 5,
"shouldResetTimeout": false,
"retryCount": 5,
"lastRequestTime": 1739515540628
}
},
"code": "ERR_BAD_REQUEST",
"status": 404
}
D @ entry.DQjJxiGE.js:20
index.BNVrWds-.js:1 TypeError: Cannot read properties of undefined (reading 'data')
at Object.getQueryRun (entry.DQjJxiGE.js:36:19350)
at async Ut (index.BNVrWds-.js:1:20419)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;
}