We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4b9d8 commit 9c47acaCopy full SHA for 9c47aca
src/platform-includes/configuration/offline/javascript.mdx
@@ -6,7 +6,7 @@ Sentry.init({
6
dsn: "___PUBLIC_DSN___",
7
integrations: [new OfflineIntegration(
8
{
9
- // limit how many events will be localled saved. Defaults to 30.
+ // limit how many events will be saved locally. Defaults to 30.
10
maxStoredEvents: number;
11
}
12
)],
@@ -30,7 +30,7 @@ Sentry.init({
30
31
integrations: [new Sentry.Integrations.Offline(
32
33
34
35
36
0 commit comments