MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / _setupIntegrations

Function _setupIntegrations

packages/core/src/client.ts:1250–1254  ·  view source on GitHub ↗

Setup integrations for this client.

()

Source from the content-addressed store, hash-verified

1248
1249 /** Setup integrations for this client. */
1250 protected _setupIntegrations(): void {
1251 const { integrations } = this._options;
1252 this._integrations = setupIntegrations(this, integrations);
1253 afterSetupIntegrations(this, integrations);
1254 }
1255
1256 /** Updates existing session based on the provided event */
1257 protected _updateSessionFromEvent(session: Session, event: Event): void {

Callers

nothing calls this directly

Calls 2

setupIntegrationsFunction · 0.90
afterSetupIntegrationsFunction · 0.90

Tested by

no test coverage detected