Skip to content

Commit eb9e420

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0c3f371 + 12cb9d2 commit eb9e420

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
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

apps/basket/src/lib/logger.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { Logtail } from "@logtail/edge";
22

33
const token = process.env.LOGTAIL_SOURCE_TOKEN as string;
4+
const endpoint = process.env.LOGTAIL_ENDPOINT as string;
45
export const logger = new Logtail(token, {
5-
endpoint: 'https://s1222612.eu-nbg-2.betterstackdata.com',
6+
endpoint: endpoint,
67
batchSize: 10,
78
batchInterval: 1000,
89
});

apps/dashboard/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)