Skip to content

Commit

Permalink
Update default endpoint to in.logs.betterstack.com
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Nov 26, 2024
1 parent 6294b66 commit cc42bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/generic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class GenericConfig implements Provider {
shouldSendEdgeReport = false;
token = process.env.LOGTAIL_SOURCE_TOKEN;
environment: string = process.env.NODE_ENV;
logtailUrl = process.env.LOGTAIL_URL || 'https://in.logtail.com';
logtailUrl = process.env.LOGTAIL_URL || 'https://in.logs.betterstack.com';
region = process.env.REGION || undefined;

isEnvVarsSet(): boolean {
Expand Down

0 comments on commit cc42bce

Please sign in to comment.