File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/platforms/javascript/common/configuration/integrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11---
22title : 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 "
44notSupported :
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 .
5151This is useful if you have workers that are initialized at later point in your application's lifecycle.
5252Note that every worker must call ` Sentry.registerWorker({ self }) ` to register itself with the SDK.
You can’t perform that action at this time.
0 commit comments