nuxt-community / sentry-module

Sentry module for Nuxt 2
https://sentry.nuxtjs.org
MIT License
501 stars 114 forks source link

fix(tracing): automatically instrument server-side requests #514

Closed rchl closed 1 year ago

rchl commented 1 year ago

Fixes #500

codecov[bot] commented 1 year ago

Codecov Report

Merging #514 (752b9aa) into main (7933761) will increase coverage by 1.45%. The diff coverage is 100.00%.

:exclamation: Current head 752b9aa differs from pull request most recent head b0ed6e1. Consider uploading reports for the commit b0ed6e1 to get more accurate results

@@            Coverage Diff             @@
##             main     #514      +/-   ##
==========================================
+ Coverage   71.42%   72.88%   +1.45%     
==========================================
  Files           1        1              
  Lines          56       59       +3     
  Branches       23       24       +1     
==========================================
+ Hits           40       43       +3     
  Misses         13       13              
  Partials        3        3              
Impacted Files Coverage Δ
lib/module.js 72.88% <100.00%> (+1.45%) :arrow_up:

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

arkhamvm commented 1 year ago

Great! When it will be available as new release?