We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9966011 commit 97015baCopy full SHA for 97015ba
docs/guides/examples/sentry-error-tracking.mdx
@@ -56,7 +56,7 @@ export default defineConfig({
56
environment: process.env.NODE_ENV === "production" ? "production" : "development",
57
});
58
},
59
- onFailure: async (payload, error, { ctx }) => {
+ onFailure: async ({ payload, error, ctx }) => {
60
Sentry.captureException(error, {
61
extra: {
62
payload,
0 commit comments