JulianMar / nuxt-bugsnag

Bugsnag module for nuxt.js
MIT License
49 stars 18 forks source link

Make compatible with nuxt 3.4.0 #43

Closed dritter closed 1 year ago

dritter commented 1 year ago

Hi there!

Since nuxt 3.4.0 it is not possible to access the runtime config directly. It works via useRuntimeconfig().

This seems not documented in https://github.com/nuxt/nuxt/releases/tag/v3.4.0 .

And this is not fixed in nuxt 3.4.1 which came out two hours ago.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (f0ba035) 97.08% compared to head (461b717) 97.08%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ======================================= Coverage 97.08% 97.08% ======================================= Files 2 2 Lines 137 137 Branches 15 15 ======================================= Hits 133 133 Misses 4 4 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Julian+Martin). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Julian+Martin)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

JulianMar commented 1 year ago

Thanks so much! will be released later today :)