Conversation
size-limit report 📦
|
|
Hey @lobsterkatie, could we create a tracking issue for this so we can also have a place to link the eventually server-side work that needs to be done here? (I assume we PR changes to Relay also to make this work) Looking at https://github.com/getsentry/relay/blob/c2e666d1728a2882b82e70fdbb02192c4cb0b50a/relay-general/src/protocol/clientsdk.rs#L62, we can send arbitrary information in the SDK section and it'll be forwards compatible. That means we can ship the SDK changes before it lands in Relay if this needs to be the case. |
Done, and referenced in the PR description.
Yup, I've tested it. You can send it fine, but it doesn't show up in the eventual event JSON. |
NOTE: This is currently not fully working because right now only pre-ordained fields come through in the
sdkobject (relay just drops everything else). The procedures for getting new data to be accepted by relay, and for making sure that data is queryable are WIPs. Until that's figured out, this will stay in draft status.We wonder sometimes how many people use our SDK via CDN, npm, and as a lambda layer. This adds it to the build so it can be hardcoded into the bundle/package. It also then includes that value in the
sdkfield for events.Ref: #6256