Skip to content

fix: gracefully handle Nuxt versions without Runtime Config#472

Merged
rchl merged 1 commit intomainfrom
fix/runtime-config
Dec 17, 2022
Merged

fix: gracefully handle Nuxt versions without Runtime Config#472
rchl merged 1 commit intomainfrom
fix/runtime-config

Conversation

@rchl
Copy link
Copy Markdown
Member

@rchl rchl commented Dec 17, 2022

Fixes #462

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 17, 2022

Codecov Report

Merging #472 (a5c569a) into main (2d2b3ab) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #472   +/-   ##
=======================================
  Coverage   69.23%   69.23%           
=======================================
  Files           1        1           
  Lines          52       52           
  Branches       21       21           
=======================================
  Hits           36       36           
  Misses         13       13           
  Partials        3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rchl rchl changed the title fix: gracefully handle Nuxt versions that don't support Runtime Config fix: gracefully handle Nuxt versions without Runtime Config Dec 17, 2022
@rchl rchl merged commit 08d7e6c into main Dec 17, 2022
@rchl rchl deleted the fix/runtime-config branch December 17, 2022 22:03
rchl added a commit to LukasHirt/sentry-module that referenced this pull request Dec 17, 2022
* main:
  fix: gracefully handle Nuxt versions without Runtime Config (nuxt-community#472)
rchl added a commit that referenced this pull request Dec 21, 2022
* fix/tree-shake:
  feat: enable tree shaking of Sentry SDK debug code
  chore(lint): enable linting for more files within the repo
  chore(deps): update lock file
  fix(deps): update sentry dependencies to ^7.28.0 (#478)
  docs: minor updates about dependencies and lazy+tracing
  feat: support plugin path for clientConfig and serverConfig (#477)
  feat(tracing): enable Vue Router instrumentation by default (#476)
  Revert "feat(tracing): enable Vue Router instrumentation by default"
  feat(tracing): enable Vue Router instrumentation by default
  chore(lint): tweak eslint ignore directives for generated plugin files
  chore(deps): update devdependency sentry-testkit to v5
  chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12
  chore(deps): update sentry dependencies to ^7.27.0 (#474)
  feat!: update Sentry SDK from v6 to v7 (#461)
  docs: add information about enriching events (#473)
  fix: gracefully handle Nuxt versions without Runtime Config (#472)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nuxt 2.13 is the minimum required version

1 participant