Skip to content

Commit e5a38ef

Browse files
committed
ref(migration_guide): fix code example for async transport
1 parent 429476e commit e5a38ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sentry_sdk.init(
1818
"transport_async": True,
1919
},
2020
integrations=[
21-
sentry_sdk.AsyncIO(),
21+
AsyncioIntegration(),
2222
]
2323
)
2424
```

0 commit comments

Comments
 (0)