Skip to content

Commit

Permalink
hotfix: wrong integration function name
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Apr 25, 2024
1 parent c44831a commit d61e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Sentry.init({
sampleRate: 1.0,
tracesSampleRate: 0.5,
integrations: [
Sentry.nativeNodeFetchIntegration(),
Sentry.nativeNodeFetchintegration(),
Sentry.httpIntegration({ tracing: true }),
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations()
]
Expand Down

0 comments on commit d61e6fe

Please sign in to comment.