Release notes
*Sourced from [@sentry/browser's releases](https://github.com/getsentry/sentry-javascript/releases).*
> ## 5.3.0
> - [browser] fix: Remove `use_strict` from `@sentry/browser`
> - [utils] fix: Guard string check in `truncate`
> - [browser] fix: TraceKit fix for eval frames
Changelog
*Sourced from [@sentry/browser's changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md).*
> ## 5.3.0
>
> - [browser] fix: Remove `use_strict` from `@sentry/browser`
> - [utils] fix: Guard string check in `truncate`
> - [browser] fix: TraceKit fix for eval frames
Commits
- [`37cf45f`](https://github.com/getsentry/sentry-javascript/commit/37cf45f6386444fd6e026cdb5c57584334a25d83) release: 5.3.0
- [`fb49dc3`](https://github.com/getsentry/sentry-javascript/commit/fb49dc3ca62ba096b69001ee559f90249896ce86) Merge branch 'master' of github.com:getsentry/sentry-javascript
- [`757faa6`](https://github.com/getsentry/sentry-javascript/commit/757faa664e68363fca0a591d8e16cf2e688dee1c) meta: Changelog
- [`518e310`](https://github.com/getsentry/sentry-javascript/commit/518e310015fb73168284c5fa707747b1f051fc82) ref: Remove 'use strict' from the bundle ([#2078](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2078))
- [`8ea17ee`](https://github.com/getsentry/sentry-javascript/commit/8ea17eec5d102d0d9750077c1f42326303063294) fix: Guard truncate from unexpected input ([#2079](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2079))
- [`45cc6ec`](https://github.com/getsentry/sentry-javascript/commit/45cc6ece539cc62970b2e232f7b493fa7a7bdfb9) feat: Tracekit test coverage and eval/empty frames fixes ([#2075](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2075))
- [`9cedeee`](https://github.com/getsentry/sentry-javascript/commit/9cedeeed9267343295c0c28e1b7858a992df62d6) Merge release/5.2.1 into master
- See full diff in [compare view](https://github.com/getsentry/sentry-javascript/compare/5.2.1...5.3.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps @sentry/browser from 5.2.1 to 5.3.0.
Release notes
*Sourced from [@sentry/browser's releases](https://github.com/getsentry/sentry-javascript/releases).* > ## 5.3.0 > - [browser] fix: Remove `use_strict` from `@sentry/browser` > - [utils] fix: Guard string check in `truncate` > - [browser] fix: TraceKit fix for eval framesChangelog
*Sourced from [@sentry/browser's changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md).* > ## 5.3.0 > > - [browser] fix: Remove `use_strict` from `@sentry/browser` > - [utils] fix: Guard string check in `truncate` > - [browser] fix: TraceKit fix for eval framesCommits
- [`37cf45f`](https://github.com/getsentry/sentry-javascript/commit/37cf45f6386444fd6e026cdb5c57584334a25d83) release: 5.3.0 - [`fb49dc3`](https://github.com/getsentry/sentry-javascript/commit/fb49dc3ca62ba096b69001ee559f90249896ce86) Merge branch 'master' of github.com:getsentry/sentry-javascript - [`757faa6`](https://github.com/getsentry/sentry-javascript/commit/757faa664e68363fca0a591d8e16cf2e688dee1c) meta: Changelog - [`518e310`](https://github.com/getsentry/sentry-javascript/commit/518e310015fb73168284c5fa707747b1f051fc82) ref: Remove 'use strict' from the bundle ([#2078](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2078)) - [`8ea17ee`](https://github.com/getsentry/sentry-javascript/commit/8ea17eec5d102d0d9750077c1f42326303063294) fix: Guard truncate from unexpected input ([#2079](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2079)) - [`45cc6ec`](https://github.com/getsentry/sentry-javascript/commit/45cc6ece539cc62970b2e232f7b493fa7a7bdfb9) feat: Tracekit test coverage and eval/empty frames fixes ([#2075](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2075)) - [`9cedeee`](https://github.com/getsentry/sentry-javascript/commit/9cedeeed9267343295c0c28e1b7858a992df62d6) Merge release/5.2.1 into master - See full diff in [compare view](https://github.com/getsentry/sentry-javascript/compare/5.2.1...5.3.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.