File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ cache:
19
19
directories :
20
20
- node_modules
21
21
22
+ matrix :
23
+ fast_finish : true
24
+ allow_failures :
25
+ - script : scripts/browser-saucelabs.sh
26
+
22
27
stages :
23
28
- Test
24
29
- Saucelabs
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ export default async () => {
48
48
49
49
schedule ( async ( ) => {
50
50
const result = ( await promisify ( exec ) ( 'cd packages/browser; yarn size:check' ) ) . stdout ;
51
- message ( `@sentry/browser bundle gzip'ed minified size: *(${ result . split ( '\n' ) [ 4 ] } ) (${ result . split ( '\n' ) [ 5 ] } )*` ) ;
51
+ message ( `@sentry/browser bundle gzip'ed minified size: *(${ result . split ( '\n' ) [ 3 ] } ) (${ result . split ( '\n' ) [ 4 ] } )*` ) ;
52
52
} ) ;
53
53
} ;
Original file line number Diff line number Diff line change 13
13
[ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry/browser.svg )] ( https://www.npmjs.com/package/@sentry/browser )
14
14
[ ![ typedoc] ( https://img.shields.io/badge/docs-typedoc-blue.svg )] ( http://getsentry.github.io/sentry-javascript/ )
15
15
16
- [ ![ Sauce Test Status] ( https://saucelabs.com/browser-matrix/sentryio.svg )] ( https://saucelabs.com/u/sentryio )
17
-
18
16
## Links
19
17
20
18
- [ Official SDK Docs] ( https://docs.sentry.io/quickstart/ )
21
19
- [ TypeDoc] ( http://getsentry.github.io/sentry-javascript/ )
22
20
23
21
## Usage
24
22
25
- To use this SDK, call ` Sentry.init(options) ` as early as possible after loading the page. This will initialize the SDK and hook
26
- into the environment. Note that you can turn off almost all side effects using the respective options.
23
+ To use this SDK, call ` Sentry.init(options) ` as early as possible after loading the page. This will initialize the SDK
24
+ and hook into the environment. Note that you can turn off almost all side effects using the respective options.
27
25
28
26
``` javascript
29
27
import * as Sentry from ' @sentry/browser' ;
You can’t perform that action at this time.
0 commit comments