From 5803be55f95a5403cb50b91ea51aac7cd4dcbbab Mon Sep 17 00:00:00 2001 From: dziamidchyk Date: Thu, 30 May 2024 20:07:02 +0300 Subject: [PATCH] fix(typo): migration remix sdk (#10207) --- .../javascript-v8/important-changes/javascript.remix.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/migration/javascript-v8/important-changes/javascript.remix.mdx b/platform-includes/migration/javascript-v8/important-changes/javascript.remix.mdx index 52828b7f2dd04..3be3ccde90d5b 100644 --- a/platform-includes/migration/javascript-v8/important-changes/javascript.remix.mdx +++ b/platform-includes/migration/javascript-v8/important-changes/javascript.remix.mdx @@ -57,7 +57,7 @@ We now support the following integrations out of the box with 0 configuration: 3. Move your client-side `Sentry.init` call so that it is called before any other `require`/`import` statements in `entry.client.tsx`. ```JavaScript diff - import * as Sentry from "@sentry/angular"; + import * as Sentry from "@sentry/remix"; Sentry.init({ dsn: "___PUBLIC_DSN___",