astro/.changeset/fair-berries-study.md
Nate Moore 0ce0720c7f
Wrap JSON.parse in try/catch (#8363)
* fix(telemetry): wrap JSON.parse in try/catch

* fix: always write the store

* chore(lint): fix
2023-09-01 14:19:12 -05:00

5 lines
72 B
Markdown

---
'@astrojs/telemetry': patch
---
Wrap `JSON.parse` in `try`/`catch`