sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

feat: Regex on Main Thread profiling issue #61

Closed armcknight closed 1 year ago

armcknight commented 1 year ago

Loads a large text file from disk into a string in memory, starts a manual transaction, and then searches through the string with a regex. See the issue it creates: https://demo.sentry.io/issues/4498267724/?project=6249899&query=is%3Aunresolved+se%3Aandrewmcknight&referrer=issue-stream&statsPeriod=14d&stream_index=0

Here's how you can trigger it: image

closes #28

kpujjigit commented 1 year ago

Verified Functional

image

image