Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: safari support requires we don't use #1553

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

pauldambra
Copy link
Member

@pauldambra pauldambra commented Nov 26, 2024

using at in the circular replacer copied from MDN implicitly moves us to safari 15.4+

it's not necessary to use at and tbh it's rare enough I can parse this version more easily

should fix #1518

Copy link

vercel bot commented Nov 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
posthog-js ✅ Ready (Inspect) Visit Preview Nov 26, 2024 9:30am

@pauldambra pauldambra requested review from robbie-c, daibhin and a team November 26, 2024 09:13
Copy link

Size Change: +50 B (0%)

Total Size: 3.14 MB

Filename Size Change
dist/array.full.es5.js 255 kB +5 B (0%)
dist/array.full.js 358 kB +5 B (0%)
dist/array.full.no-external.js 357 kB +5 B (0%)
dist/array.js 172 kB +5 B (0%)
dist/array.no-external.js 171 kB +5 B (0%)
dist/main.js 173 kB +5 B (0%)
dist/module.full.js 358 kB +5 B (0%)
dist/module.full.no-external.js 357 kB +5 B (0%)
dist/module.js 173 kB +5 B (0%)
dist/module.no-external.js 171 kB +5 B (0%)
ℹ️ View Unchanged
Filename Size
dist/all-external-dependencies.js 206 kB
dist/dead-clicks-autocapture.js 14.3 kB
dist/exception-autocapture.js 9.37 kB
dist/external-scripts-loader.js 2.29 kB
dist/recorder-v2.js 115 kB
dist/recorder.js 115 kB
dist/surveys-preview.js 57.6 kB
dist/surveys.js 63.2 kB
dist/tracing-headers.js 1.75 kB
dist/web-vitals.js 10.3 kB

compressed-size-action

@pauldambra pauldambra added the bump patch Bump patch version when this PR gets merged label Nov 26, 2024
@pauldambra pauldambra merged commit 230e475 into main Nov 26, 2024
16 checks passed
@pauldambra pauldambra deleted the fix/safari-support branch November 26, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump patch Bump patch version when this PR gets merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

t.at is not a function. (In 't.at(-1)', 't.at' is undefined)
3 participants