Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Then forward the `init` method from the sibling Sentry SDK for the framework you

```typescript {tabTitle: Angular} {filename: app.module.ts} {"onboardingOptions": {"performance": "13-16, 21-28, 46-55", "session-replay": "17-19, 29-33"}}
import * as Sentry from "@sentry/capacitor";
import * as SentryAngular from "@sentry/angular";
import * as SentryAngular from "@sentry/angular-ivy";

Sentry.init(
{
Expand All @@ -20,7 +20,7 @@ Sentry.init(
SentryAngular.browserTracingIntegration(),
// Registers the Replay integration,
// which automatically captures Session Replays
Sentry.replayIntegration(),
SentryAngular.replayIntegration(),
],

// Set tracesSampleRate to 1.0 to capture 100%
Expand Down