fix(js): use the correct field for sentry DSN
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
9a0a5468c5
commit
2bab0ab309
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as Sentry from "@sentry/browser";
|
||||
|
||||
Sentry.init({
|
||||
dsn: frappe.boot.sentry?.dsn,
|
||||
dsn: frappe.boot.sentry,
|
||||
release: frappe?.boot?.versions?.frappe,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue