Initial sentry improvements to deploy and verify against test.
This commit is contained in:
@@ -370,6 +370,14 @@ export function JobsList({ bodyshop }) {
|
||||
</Space>
|
||||
}
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => {
|
||||
throw new Error("Sentry Test Error");
|
||||
}}
|
||||
>
|
||||
Break the world
|
||||
</button>
|
||||
<Table
|
||||
loading={loading}
|
||||
pagination={{ defaultPageSize: 50 }}
|
||||
|
||||
Reference in New Issue
Block a user