Skip to content

Commit c44132b

Browse files
authored
Update lazy-load-sentry.mdx (#4669)
1 parent 646f359 commit c44132b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/javascript/common/install/lazy-load-sentry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The loader is a small wrapper around the SDK, which allows you to:
1313
- Postpone full SDK loading - either until immediately after the rest of your JavaScript or until the SDK is needed - without losing the ability to begin catching unhandled errors and promise rejections early in your pageload.
1414
- Automatically use the latest stable version of the SDK.
1515

16-
The loader is less than 1 KB gzipped and includes the `Sentry.init` call with your DSN.
16+
The loader is about ~1 KB gzipped and includes the `Sentry.init` call with your DSN.
1717

1818
## Using the Loader
1919

0 commit comments

Comments
 (0)