Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/platform-includes/configuration/offline/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sentry.init({
dsn: "___PUBLIC_DSN___",
integrations: [new OfflineIntegration(
{
// limit how many events will be localled saved. Defaults to 30.
// limit how many events will be saved locally. Defaults to 30.
maxStoredEvents: number;
}
)],
Expand All @@ -30,7 +30,7 @@ Sentry.init({
dsn: "___PUBLIC_DSN___",
integrations: [new Sentry.Integrations.Offline(
{
// limit how many events will be localled saved. Defaults to 30.
// limit how many events will be saved locally. Defaults to 30.
maxStoredEvents: number;
}
)],
Expand Down