We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad08d6 commit 3ebd97aCopy full SHA for 3ebd97a
pages/upgrade-9.x.md
@@ -128,7 +128,7 @@ you can now replace it with something like:
128
{:ok, _} = Task.Supervisor.start_link(name: SentryAsyncSupervisor)
129
130
{:ok, sentry_task} =
131
- Task.Supervisor.async_nolink(fn ->
+ Task.Supervisor.async_nolink(SentryAsyncSupervisor, fn ->
132
Sentry.capture_exception(my_exception, result: :async)
133
end)
134
0 commit comments