We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd12fe0 commit 5ee237dCopy full SHA for 5ee237d
apps/basket/src/lib/logger.ts
@@ -1,9 +1,8 @@
1
import { Logtail } from '@logtail/edge';
2
3
const token = process.env.LOGTAIL_SOURCE_TOKEN as string;
4
-const endpoint = process.env.LOGTAIL_ENDPOINT as string;
5
export const logger = new Logtail(token, {
6
- endpoint,
+ endpoint: 's1447431.eu-nbg-2.betterstackdata.com',
7
batchSize: 10,
8
batchInterval: 1000,
9
});
0 commit comments