File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### Fixes
16
16
17
+ - Correctly rate limit envelopes from the new UI profiling system (#5131 )
17
18
- Race condition in ANRTrackerV1 (#5137 )
18
19
19
20
### Improvements
Original file line number Diff line number Diff line change 13
13
NSString *const kSentryDataCategoryNameAttachment = @" attachment" ;
14
14
NSString *const kSentryDataCategoryNameUserFeedback = @" user_report" ;
15
15
NSString *const kSentryDataCategoryNameProfile = @" profile" ;
16
- NSString *const kSentryDataCategoryNameProfileChunk = @" profile_chunk " ;
16
+ NSString *const kSentryDataCategoryNameProfileChunk = @" profile_chunk_ui " ;
17
17
NSString *const kSentryDataCategoryNameReplay = @" replay" ;
18
18
NSString *const kSentryDataCategoryNameMetricBucket = @" metric_bucket" ;
19
19
NSString *const kSentryDataCategoryNameSpan = @" span" ;
You can’t perform that action at this time.
0 commit comments