File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55- [ browser] fix: Fallback to Error object when rejection ` reason ` is not available
66- [ browser] feat: Support Bluebird's ` detail.reason ` for promise rejections
7+ - [ types] fix: Use correct type for event's repos attribute
78
89## 4.0.5
910
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export interface Options {
8686 environment ?: string ;
8787
8888 /** Configures the repository spec for events */
89- repos ?: Repo [ ] ;
89+ repos ?: Record < string , Repo > ;
9090
9191 /** Sets the distribution for all events */
9292 dist ?: string ;
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export interface SentryEvent {
172172 logger ?: string ;
173173 server_name ?: string ;
174174 release ?: string ;
175- repos ?: Repo [ ] ;
175+ repos ?: Record < string , Repo > ,
176176 dist ?: string ;
177177 environment ?: string ;
178178 sdk ?: SdkInfo ;
You can’t perform that action at this time.
0 commit comments