Skip to content

Commit e44c561

Browse files
authored
fix: remove new method from koa docs
1 parent 7901f1a commit e44c561

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/configuration/integrations

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/configuration/integrations/koa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `koaIntegration` adds instrumentation for the Koa framework to capture spans
2222

2323
```JavaScript
2424
Sentry.init({
25-
integrations: [new Sentry.koaIntegration()],
25+
integrations: [Sentry.koaIntegration()],
2626
});
2727
```
2828

0 commit comments

Comments
 (0)