MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / findIntegrationByName

Function findIntegrationByName

packages/nextjs/test/clientSdk.test.ts:39–41  ·  view source on GitHub ↗
(integrations: Integration[] = [], name: string)

Source from the content-addressed store, hash-verified

37});
38
39function findIntegrationByName(integrations: Integration[] = [], name: string): Integration | undefined {
40 return integrations.find(integration => integration.name === name);
41}
42
43const TEST_DSN = 'https://public@dsn.ingest.sentry.io/1337';
44

Callers 1

clientSdk.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected