Replies: 1 comment 1 reply
-
Hi @kyllerss thanks for writing in and apologies for the late reply (we don't track discussions as rigorously as issues internally so some slip through). TBH I've never worked with I'm not sure that people would generally want to set The SDK won't pick up
Does this work for you? |
Beta Was this translation helpful? Give feedback.
-
I am using Vercel to host a SvelteKit site. I use a service worker on the client side.
I am seeing that the build release number in Sentry is
44c172aaf0ef9c233c802af6490b1fcca6b40484
, while theversion
environment variable exposed by$app/enviroment
shows the value as1706216591938
.I want to do a better job of identifying issues where a clients are accessing server endpoints using an outdated client version.
How can I make sure these match? Did I misconfigure something along the way that resulted in the release number being different than the version number? Or does this require a separate setup?
Any help/suggestions greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions