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 d5167ec commit 0a6648cCopy full SHA for 0a6648c
packages/indexer/src/data-indexing/service/Indexer.ts
@@ -75,7 +75,7 @@ export class Indexer {
75
notificationPath: "across-indexer-error",
76
blockRangeResult,
77
dataIdentifier: this.dataHandler.getDataIdentifier(),
78
- error,
+ error: JSON.stringify(error),
79
});
80
blockRangeProcessedSuccessfully = false;
81
} finally {
0 commit comments