Skip to content
Snippets Groups Projects
Commit 6896e9bd authored by David Rychlý's avatar David Rychlý
Browse files

Fixy

parent 79d3e19b
No related branches found
No related tags found
1 merge request!2Oprava keycloak
Pipeline #19972 passed
......@@ -33,7 +33,7 @@ if (process.env.REACT_APP_SENTRY_DSN) {
Sentry.init({
dsn: process.env.REACT_APP_SENTRY_DSN,
tracesSampleRate: 0.1,
integrations: [extraErrorDataIntegration(), new browserTracingIntegration()],
integrations: [extraErrorDataIntegration(), browserTracingIntegration()],
});
}
......
......@@ -22,7 +22,7 @@ root.render(
<App />
</React.StrictMode>
);
ReactModal.setAppElement(root);
ReactModal.setAppElement(document.getElementById("root"));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment