You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix undefined is not a function for String.prototype.startsWith (#2568)
* Fix `undefined is not a function` for `String.prototype.startsWith`
* Changelog entry added
---------
Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
- Update bugsnag-cocoa to [v6.33.1](https//github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.33.1)[#2552](https://github.com/bugsnag/bugsnag-js/pull/2552)
20
20
- Update bugsnag-android to [v6.18.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.18.0)[#2556](https://github.com/bugsnag/bugsnag-js/pull/2556)
21
+
- (core): Change `startsWith()` to `indexOf() === 0` to support older browsers [#2568](https://github.com/bugsnag/bugsnag-js/pull/2568)
0 commit comments