getsentry / team-sdks

A meta repository for tracking work across all SDK teams.
0 stars 0 forks source link

[Chore] Implement Tag Normalization/Restrictions #56

Open smeubank opened 5 months ago

smeubank commented 5 months ago

Description

Related to the project for implement Metrics in all SDKs, and using the same project board.

All SDKs and ingestion needs to consider data normalization for Metrics (tags) as we do today for transactions. The simple requirement:

Parent Sentry issue: https://github.com/getsentry/sentry/issues/64541

For SDKs where Metrics has already been added, this needs to be checked and added where required. For SDKs where this has not been added it will be a requirements of the initial implementation.

Document(s)

### SDKs
- [ ] Dev Spec Update
- [x] Check: JS Browser
- [x] Check: JS Server (node et al)
- [ ] Check: Python
- [ ] Check: PHP
- [ ] Check: Rust
- [ ] Check: .NET
- [ ] https://github.com/getsentry/sentry-java/issues/3190
- [ ] https://github.com/getsentry/sentry-react-native/issues/3578
- [ ] Golang
- [ ] Ruby
- [ ] Elixir
- [ ] iOS
- [x] Android
- [ ] Game engines
- [ ] Native

RFC

No response

Slack-Channel

discuss-ddm

Notion Document(s)

No response

Stakeholder(s)

Team(s)

Mobile, Web Backend, Web Frontend, Ingest