Skip to content

Commit ccbd7a1

Browse files
committed
rewording
1 parent bc2f8f9 commit ccbd7a1

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: WebWorker
3-
description: "Adds source code from inline JavaScript of the current page's HTML."
3+
description: "Connect Web Workers with the SDK running on the main thread"
44
notSupported:
55
- javascript.cordova
66
- javascript.node
@@ -47,6 +47,6 @@ The web worker(s) to listen to. Every worker must call `Sentry.registerWorker({
4747

4848
### `addWorker(worker: Worker)`
4949

50-
Adds a worker to the integration, after it was initialized.
50+
Adds a worker to the integration, after the integraion was already initialized and added to the SDK.
5151
This is useful if you have workers that are initialized at later point in your application's lifecycle.
5252
Note that every worker must call `Sentry.registerWorker({ self })` to register itself with the SDK.

0 commit comments

Comments
 (0)