⬆️(deps): Bump @sentry/vue from 9.47.1 to 10.53.1#2138
Conversation
Bumps [@sentry/vue](https://github.com/getsentry/sentry-javascript) from 9.47.1 to 10.53.1. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@9.47.1...10.53.1) --- updated-dependencies: - dependency-name: "@sentry/vue" dependency-version: 10.53.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
✅ Deploy Preview for dashy-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@copilot please pull latest |
…yarn/sentry/vue-10.53.1 Co-authored-by: lissy93 <1862727+lissy93@users.noreply.github.com>
Done — merged latest |
|
@copilot - question for ya... Dashy doesn't really use Sentry. We've just got an optional thing which can be enabled by setting So, the only usage there is of this package is in import $store from '@/store';
import { sentryDsn } from '@/utils/config/defaults';
import { setSentryInstance } from '@/utils/logging/SentryRef';
const ErrorReporting = async (app, router) => {
const appConfig = $store.getters.appConfig || {};
if (!appConfig.enableErrorReporting) return;
const appVersion = import.meta.env.VITE_APP_VERSION ? `Dashy@${import.meta.env.VITE_APP_VERSION}` : '';
const Sentry = await import('@sentry/vue');
const dsn = appConfig.sentryDsn || sentryDsn;
Sentry.init({
app,
dsn,
integrations: [Sentry.browserTracingIntegration({ router })],
tracesSampleRate: 1.0,
release: appVersion,
});
setSentryInstance(Sentry);
};
export default ErrorReporting;Based on this, is this update bump compatible? |
Yes, this bump is fully compatible with the current usage. The APIs used in
The v9→v10 migration only removes APIs ( One minor positive side-effect: v10.4.0 gates IP address collection behind |
Bumps @sentry/vue from 9.47.1 to 10.53.1.
Release notes
Sourced from @sentry/vue's releases.
... (truncated)
Changelog
Sourced from @sentry/vue's changelog.
... (truncated)
Commits
cd97408release: 10.53.166cfb25Merge pull request #20838 from getsentry/prepare-release/10.53.1df8fd38meta(changelog): Update changelog for 10.53.15881009fix(core): Include subpath type shims in published package (#20835)6a7d179fix(core): Don't gate user data for streamed spans at scope read time (#20827)ad47c3cref(hono): Consolidate route patching and add clarification comments (#20829)28d6fe5Merge pull request #20826 from getsentry/master46aca45Merge branch 'release/10.53.0'b5cbc9cchore(deps): Bump next from 15.5.15 to 15.5.18 in /dev-packages/e2e-tests/tes...05489b8release: 10.53.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)