File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 44
55- Coming soon...
66
7+ ## 5.7.1
8+
9+ - [ core] ref: Use the smallest possible interface for our needs - ` PromiseLike ` (#2273 )
10+ - [ utils] fix: Add TS dom reference to make sure its in place for compilation (#2274 )
11+
712## 5.7.0
813
914- [ core] ref: Use ` Promise ` as the interface, but ` SyncPromise ` as the implementation in all the places we need ` thenable ` API
Original file line number Diff line number Diff line change 1+ /// <reference lib="dom" />
2+
13/**
24 * Checks whether given value's type is one of a few Error or Error-like
35 * {@link isError}.
Original file line number Diff line number Diff line change 1+ /// <reference lib="dom" />
2+
13import { Event , Integration , WrappedFunction } from '@sentry/types' ;
24
35import { isString } from './is' ;
You can’t perform that action at this time.
0 commit comments