Skip to content

Commit c1db61e

Browse files
authored
fix(profiling): use correct rate limit key for UI profiling (getsentry#5131)
1 parent 886c056 commit c1db61e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
### Fixes
1616

17+
- Correctly rate limit envelopes from the new UI profiling system (#5131)
1718
- Race condition in ANRTrackerV1 (#5137)
1819

1920
### Improvements

Sources/Sentry/SentryDataCategoryMapper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
NSString *const kSentryDataCategoryNameAttachment = @"attachment";
1414
NSString *const kSentryDataCategoryNameUserFeedback = @"user_report";
1515
NSString *const kSentryDataCategoryNameProfile = @"profile";
16-
NSString *const kSentryDataCategoryNameProfileChunk = @"profile_chunk";
16+
NSString *const kSentryDataCategoryNameProfileChunk = @"profile_chunk_ui";
1717
NSString *const kSentryDataCategoryNameReplay = @"replay";
1818
NSString *const kSentryDataCategoryNameMetricBucket = @"metric_bucket";
1919
NSString *const kSentryDataCategoryNameSpan = @"span";

0 commit comments

Comments
 (0)