Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #2116

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Upcoming Release Changes #2116

merged 1 commit into from
Dec 12, 2023

Conversation

theguild-bot
Copy link
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@envelop/sentry@8.0.0

Major Changes

  • aff6ea0 Thanks @EmrysMyrddin! - Allow to provide the context type as a generic parameter

    Breaking Change: Since this introduces a typed context as a generic, TS will not always infer
    the correct type for you. If you have a custom Context type, please consider explicitly pass this
    context type as a generic argument:

    cont yoga = createYoga<CustomContext>({
      plugins: [
        useSentry<CustomContext>({
          //...
        })
      ]
    })

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from c7f6f91 to 6bb2dbd Compare December 12, 2023 10:01
Copy link
Contributor

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@envelop/sentry 8.0.0-rc-20231212100158-6bb2dbdb npm ↗︎ unpkg ↗︎

Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://7679dd0a.envelop.pages.dev

@EmrysMyrddin EmrysMyrddin merged commit a978d73 into main Dec 12, 2023
17 checks passed
@theguild-bot
Copy link
Collaborator Author

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.............................................: 100.00% ✓ 861556      ✗ 0     
     data_received......................................: 3.3 GB  27 MB/s
     data_sent..........................................: 187 MB  1.6 MB/s
     envelop_total......................................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:envelop-cache-jit }.......................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:envelop-just-cache }......................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:graphql-js }..............................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     event_loop_lag.....................................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:envelop-cache-and-no-internal-tracing }...: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:envelop-cache-jit }.......................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:envelop-just-cache }......................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     ✓ { mode:graphql-js }..............................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     http_req_blocked...................................: avg=1.88µs  min=701ns    med=1.61µs max=9.33ms  p(90)=2.21µs  p(95)=2.47µs 
     http_req_connecting................................: avg=20ns    min=0s       med=0s     max=1.79ms  p(90)=0s      p(95)=0s     
     http_req_duration..................................: avg=2.49ms  min=163.28µs med=2.13ms max=88.08ms p(90)=4.51ms  p(95)=5.03ms 
       { expected_response:true }.......................: avg=2.49ms  min=163.28µs med=2.13ms max=88.08ms p(90)=4.51ms  p(95)=5.03ms 
     ✓ { mode:envelop-cache-and-no-internal-tracing }...: avg=2.62ms  min=391.5µs  med=2.27ms max=18.7ms  p(90)=4.51ms  p(95)=4.91ms 
     ✓ { mode:envelop-cache-jit }.......................: avg=1.49ms  min=163.28µs med=1.17ms max=17.44ms p(90)=2.41ms  p(95)=2.59ms 
     ✓ { mode:envelop-just-cache }......................: avg=2.6ms   min=373.48µs med=2.23ms max=38.78ms p(90)=4.47ms  p(95)=4.9ms  
     ✓ { mode:graphql-js }..............................: avg=5.01ms  min=693.94µs med=4.2ms  max=88.08ms p(90)=8.42ms  p(95)=9.12ms 
     http_req_failed....................................: 0.00%   ✓ 0           ✗ 430778
     http_req_receiving.................................: avg=33.88µs min=9.43µs   med=26.8µs max=14.37ms p(90)=40.7µs  p(95)=45.52µs
     http_req_sending...................................: avg=12.08µs min=4.37µs   med=9.62µs max=16.61ms p(90)=13.73µs p(95)=17.66µs
     http_req_tls_handshaking...........................: avg=0s      min=0s       med=0s     max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...................................: avg=2.45ms  min=128.47µs med=2.09ms max=88ms    p(90)=4.46ms  p(95)=4.96ms 
     http_reqs..........................................: 430778  3589.727369/s
     iteration_duration.................................: avg=2.77ms  min=358.01µs med=2.38ms max=88.48ms p(90)=4.8ms   p(95)=5.39ms 
     iterations.........................................: 430778  3589.727369/s
     vus................................................: 9       min=9         max=10  
     vus_max............................................: 20      min=20        max=20  

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.

2 participants