Files
payloadcms/packages/plugin-sentry
Elliot DeNolf 142616e6ad chore(eslint): curly [skip-lint] (#7959)
Now enforcing curly brackets on all if statements. Includes auto-fixer.


```ts
//  Bad
if (foo) foo++;

//  Good
if (foo) {
  foo++;
}
```




Note: this did not lint the `drizzle` package or any `db-*` packages.
This will be done in the future.
2024-08-29 10:15:36 -04:00
..
2023-06-21 12:00:10 -04:00
2024-04-02 12:00:32 -04:00
2023-06-16 11:55:13 +01:00
2024-07-09 09:50:37 -04:00

Payload Sentry Plugin

This plugin allows you to integrate Sentry seamlessly with your Payload application.