Skip to content

Commit 6308189

Browse files
authored
docs(sentry): syntax error in TS
1 parent e5b3951 commit 6308189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openllmetry/integrations/sentry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Traceloop.init(processor=SentrySpanProcessor(), propagator=SentryPropagator())
5858
import * as traceloop from "@traceloop/node-server-sdk";
5959
import { SentrySpanProcessor, SentryPropagator, SentrySampler } from "@sentry/opentelemetry";
6060

61-
Traceloop.init({
61+
traceloop.initialize({
6262
contextManager: new Sentry.SentryContextManager(),
6363
processor: new SentrySpanProcessor(),
6464
propagator: new SentryPropagator()

0 commit comments

Comments
 (0)