File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ describe('BaseClient', () => {
360360 // to `captureEvent` (which is how we'd end up with a primitive wrapper as tested above) in order for the
361361 // already-seen check to work . Any primitive which is passed without being wrapped will be captured each time it
362362 // is encountered, so this test doesn't apply.
363- ] ) ( "doesn't capture the same exception twice - %s" , ( _name : string , thrown : any ) => {
363+ ] ) ( "doesn't capture an event wrapping the same exception twice - %s" , ( _name : string , thrown : any ) => {
364364 // Note: this is the same test as in `describe(captureException)`, except with the exception already wrapped in a
365365 // hint and accompanying an event. Duplicated here because some methods skip `captureException` and go straight to
366366 // `captureEvent`.
You can’t perform that action at this time.
0 commit comments