Skip to content

Commit

Permalink
telemetry: self hosted url
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo25rey committed Apr 26, 2024
1 parent 417f00d commit 04dff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type TraceInfo = {
export default {
start() {
Sentry.init({
dsn: 'https://[email protected].sentry.io/4507039719358464',
dsn: "https://282dcbc06e2462f1f83ce8190894497e@sentry.vsc.eco/2",
integrations: [nodeProfilingIntegration()],
// Performance Monitoring
tracesSampleRate: 1.0, // Capture 100% of the transactions
Expand Down

0 comments on commit 04dff06

Please sign in to comment.