File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616[ ![ Dependency Status] ( https://img.shields.io/badge/dependencies-up%20to%20date-green.svg )] ( https://github.com/databuddy/databuddy/actions/workflows/dependencies.yml )
1717
1818[ ![ Discord] ( https://img.shields.io/discord/123456789?label=Discord&logo=discord )] ( https://discord.gg/JTk7a38tCZ )
19- [ ![ Twitter] ( https://img.shields.io/twitter/follow/databuddy?style=social )] ( https://twitter.com/databuddy )
2019[ ![ GitHub Stars] ( https://img.shields.io/github/stars/databuddy-analytics/Databuddy?style=social )] ( https://github.com/databuddy-analytics/Databuddy/stargazers )
20+ [ ![ Twitter] ( https://img.shields.io/twitter/follow/trydatabuddy?style=social )] ( https://twitter.com/trydatabuddy )
21+
2122
2223</div >
2324
Original file line number Diff line number Diff line change 11import { Logtail } from "@logtail/edge" ;
22
33const token = process . env . LOGTAIL_SOURCE_TOKEN as string ;
4+ const endpoint = process . env . LOGTAIL_ENDPOINT as string ;
45export const logger = new Logtail ( token , {
5- endpoint : 'https://s1222612.eu-nbg-2.betterstackdata.com' ,
6+ endpoint : endpoint ,
67 batchSize : 10 ,
78 batchInterval : 1000 ,
89} ) ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ yarn-error.log*
3434.pnpm-debug.log *
3535
3636# env files (can opt-in for committing if needed)
37- .env *
37+ .env
3838
3939# vercel
4040.vercel
You can’t perform that action at this time.
0 commit comments