Skip to content

Commit

Permalink
send endpoint with error report
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Feb 11, 2024
1 parent fcd9f14 commit edd5d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/error-reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function sendReport(identifier: string, reportData:Record<string,an
identifier,
timestamp: new Date(),
metadata: {
endpoint: Runtime.endpoint.toString(),
datexcoreVersion: Runtime.VERSION,
uixVersion: globalThis.UIX?.version,
denoVersion: globalThis.Deno?.version.deno,
Expand Down

0 comments on commit edd5d06

Please sign in to comment.