chore: get ready for release (#308)

* chore: get ready for release

* chore: update pnpm-lock.yaml

* chore(docs): update CHANGELOG.md

* chore: fix lint warnings and add notes

---------

Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
Razboy20
2024-10-14 22:08:45 -05:00
committed by GitHub
parent d22237d561
commit 2983a0c0fd
19 changed files with 1054 additions and 60 deletions

View File

@@ -84,6 +84,9 @@ export default function SentryProvider({
client.init();
}
return [scope, client];
// This is on purpose to only run once
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return (