Skip to content

Commit a590823

Browse files
authored
Merge branch 'master' into seer/use-billing-endpoints
2 parents 38ce23b + 39d9961 commit a590823

File tree

833 files changed

+12275
-47815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

833 files changed

+12275
-47815
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ yarn.lock @getsentry/owners-js-de
145145
# Sentry product. These rules generally map to a signle team, but that may not
146146
# always be the case.
147147

148+
# Demo Mode - moved upwards because it wraps other parts of the codebase
149+
# and was assigned many issues to telemetry-experience that should not have been
150+
/src/sentry/demo_mode/ @getsentry/telemetry-experience
151+
/tests/sentry/demo_mode/ @getsentry/telemetry-experience
152+
/static/app/utils/demoMode/ @getsentry/telemetry-experience
153+
148154
## Crons
149155
/static/app/views/monitors @getsentry/crons
150156
/src/sentry/monitors @getsentry/crons
@@ -506,7 +512,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
506512
/tests/sentry/sentry_metrics/querying/ @getsentry/telemetry-experience
507513
/src/sentry/snuba/metrics/ @getsentry/telemetry-experience
508514
/tests/sentry/snuba/metrics/ @getsentry/telemetry-experience
509-
/src/sentry/demo_mode/
510515

511516
/static/app/actionCreators/metrics.tsx @getsentry/telemetry-experience
512517
/static/app/data/platformCategories.tsx @getsentry/telemetry-experience
@@ -518,7 +523,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
518523
/static/app/views/settings/dynamicSampling/ @getsentry/telemetry-experience
519524
/static/app/views/onboarding* @getsentry/telemetry-experience
520525
/static/app/views/projectInstall/ @getsentry/telemetry-experience
521-
/static/app/utils/demoMode/ @getsentry/telemetry-experience
522526
## End of Telemetry Experience
523527

524528

@@ -680,6 +684,9 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
680684
/src/sentry/migrations/ @getsentry/owners-migrations
681685
/src/sentry/*/migrations/ @getsentry/owners-migrations
682686

687+
# Preprod build artifact analysis
688+
/src/sentry/preprod @getsentry/emerge-tool
689+
# End of preprod
683690

684691
## Frontend Platform (keep last as we want highest specificity)
685692
/static/app/utils/theme/ @getsentry/design-engineering

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
25.5.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- :wrench: chore(integrations): use `IntegrationProviderSlug` for Integration `key` (#91465) by @iamrajjoshi
7+
- ref: fix types for group_integration_details (#92026) by @asottile-sentry
8+
- Bump `devenv`/`devservices` to make Python SDK 3 compatible (#92028) by @antonpirker
9+
- build(ui): Remove react prod sourcemaps (#92006) by @scttcper
10+
- feat(spans): Produce items from process-segments (#91714) by @untitaker
11+
- feat(explore): Add attribute description throughout explore (#91829) by @Zylphrex
12+
- fix(symbolicator): check source credentials and not the credential token (#92024) by @Litarnus
13+
- feat(replay): Start bringing in new replay context wrappers to test (#91982) by @ryan953
14+
- feat(agents-insights): dashboard placeholder (#92021) by @obostjancic
15+
- ref: remove remote_subscriptions migrations (#92004) by @asottile-sentry
16+
- fix(apps): disallow Manager to rotate an app secret with org:admin scope (#92019) by @oioki
17+
- issues: remove custom save button styling (#91974) by @JonasBa
18+
- replay: replace colors for tokens on timeline (#91933) by @JonasBa
19+
- trace: fix buttons in chonk (#91878) by @JonasBa
20+
- tag: fix bad tag change and flickering text (#91927) by @JonasBa
21+
- chore(sdk): Use add_full_stack by default (#91939) by @armenzg
22+
- fix(codeowners): move demomode upwards in codewards to stop matching everything (#92020) by @shellmayr
23+
- fix(nextjs-insight): Filter spans without component type from tree view (#92017) by @ArthurKnaus
24+
- Add directory for preprod (#91961) by @chromy
25+
- fix(span-buffer): Fix crashing behavior in flusher (#91949) by @untitaker
26+
- feat(agents-insights): feature flag registration (#92014) by @obostjancic
27+
- fix(codeowners): add owner to demomode line (#92012) by @shellmayr
28+
- ref: add flags to migrations lockfile (#91991) by @asottile-sentry
29+
- feat(source-maps): Do not render source maps wizard if platform is react native (#91860) by @priscilawebdev
30+
31+
_Plus 231 more_
32+
133
25.5.0
234
------
335

0 commit comments

Comments
 (0)