Skip to content

Commit 17d6ced

Browse files
authored
feat(electron): Make passing framework config more obvious (#12429)
1 parent 316d359 commit 17d6ced

File tree

1 file changed

+3
-1
lines changed
  • docs/platforms/javascript/guides/electron

1 file changed

+3
-1
lines changed

docs/platforms/javascript/guides/electron/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ import { init as reactInit } from "@sentry/react";
7272

7373
init(
7474
{
75-
/* config */
75+
dsn: "___PUBLIC_DSN___",
76+
integrations: [ /* integrations */ ],
77+
/* Other Electron and React SDK config */
7678
},
7779
reactInit
7880
);

0 commit comments

Comments
 (0)