A cross platform app to download and present media for congregation meetings of Jehovah’s Witnesses in any language. Features include automatic media downloading, easy drag-and-drop adding of additional media, and media presentation tools for meetings.
feat(core): Align Span interface with OTEL (#12898)
fix(angular): Remove afterSendEvent listener once root injector is destroyed (#12786)
fix(browser): Fix bug causing unintentional dropping of transactions (#12933)
fix(feedback): Add a missing call of Actor.appendToDom method when DOMContentLoaded event is triggered (#12973)
feat(vercel-edge): Add dedupe as default integration (#12957)
fix(node): Pass inferred name & attributes to tracesSampler (#12945)
feat(express): Allow to pass options to setupExpressErrorHandler (#12952)
Work in this release was contributed by @jaspreet57 and @arturovt. Thank you for your contribution!
8.18.0
Important Changes
ref: Deprecate enableTracing (12897)
The enableTracing option has been deprecated and will be removed in the next major version. We recommend removing it
in favor of the tracesSampleRate and tracesSampler options. If you want to enable performance monitoring, please set
the tracesSampleRate to a sample rate of your choice, or provide a sampling function as tracesSampler option
instead. If you want to disable performance monitoring, remove the tracesSampler and tracesSampleRate options.
Other Changes
feat(node): Expose exclude and include options for ESM loader (#12910)
feat(browser): Add user agent to INP standalone span attributes (#12896)
feat(nextjs): Add experimental_captureRequestError for onRequestError hook (#12885)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @sentry/vue from 7.112.1 to 8.19.0.
Release notes
Sourced from
@sentry/vue
's releases.... (truncated)
Changelog
Sourced from
@sentry/vue
's changelog.... (truncated)
Commits
ebd7a92
release: 8.19.039f9e2a
Merge pull request #12987 from getsentry/prepare-release/8.19.06e562ea
meta(changelog): Update changelog for 8.19.0cc50a3a
Merge pull request #12985 from getsentry/mastercf6eb01
test: Remove explict casting of baseconfig in vite configs (#12979)789231c
test(browser): Remove webpack build tests (#12967)6027036
feat(vercel-edge): Add dedupe as default integration (#12957)edf4ac4
build: Pin to Node 22.4 (#12980)ac6e2f1
fix(node): Pass inferred name & attributes totracesSampler
(#12945)ca99121
Merge pull request #12976 from getsentry/prepare-release/8.19.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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show