abhi
@abhiprasad.bsky.social
Open source and SDKs @sentry.io
http://github.com/abhiprasad
When I’m not coding I’m watching movies https://letterboxd.com/imabhiprasad/
http://github.com/abhiprasad
When I’m not coding I’m watching movies https://letterboxd.com/imabhiprasad/
I assume this is about the js sdk - we shouldn’t be polyfilling anything though. Mind hitting us up with a GitHub issue? github.com/getsentry/se...
We’ll dig in and investigate further!
We’ll dig in and investigate further!
GitHub - getsentry/sentry-javascript: Official Sentry SDKs for JavaScript
Official Sentry SDKs for JavaScript. Contribute to getsentry/sentry-javascript development by creating an account on GitHub.
github.com
November 13, 2024 at 6:15 PM
I assume this is about the js sdk - we shouldn’t be polyfilling anything though. Mind hitting us up with a GitHub issue? github.com/getsentry/se...
We’ll dig in and investigate further!
We’ll dig in and investigate further!
This being ant even better, I’m sure the help defense was expecting him to explode to the basket 😂
November 8, 2024 at 2:25 AM
This being ant even better, I’m sure the help defense was expecting him to explode to the basket 😂
This applies to many things in life.
Diabetes is gonna cook all of us
Diabetes is gonna cook all of us
November 7, 2024 at 8:44 PM
This applies to many things in life.
Diabetes is gonna cook all of us
Diabetes is gonna cook all of us
Oh yeah figuring all of that out was a massive pain 😭
November 4, 2024 at 8:28 PM
Oh yeah figuring all of that out was a massive pain 😭
In general the beacon spec does feel a bit dated: w3c.github.io/beacon/
Maybe something for us to try to improve 🤔
Maybe something for us to try to improve 🤔
Beacon
w3c.github.io
November 4, 2024 at 8:21 PM
In general the beacon spec does feel a bit dated: w3c.github.io/beacon/
Maybe something for us to try to improve 🤔
Maybe something for us to try to improve 🤔
beacon is identical to fetch with keepalive=true, so it was not worth the bundle size to have a transport that solely used `navigator.sendBeacon`, just easier to have a single fetch transport.
beacon also doesn't support mutating request properties, so for more advanced cases fetch is better.
beacon also doesn't support mutating request properties, so for more advanced cases fetch is better.
November 4, 2024 at 8:18 PM
beacon is identical to fetch with keepalive=true, so it was not worth the bundle size to have a transport that solely used `navigator.sendBeacon`, just easier to have a single fetch transport.
beacon also doesn't support mutating request properties, so for more advanced cases fetch is better.
beacon also doesn't support mutating request properties, so for more advanced cases fetch is better.