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 b9a6182 commit 9093623Copy full SHA for 9093623
core/settings.py
@@ -235,7 +235,7 @@
235
sentry_sdk.init(
236
dsn=os.getenv("SENTRY_DSN"),
237
integrations=[DjangoIntegration()],
238
- traces_sample_rate=0, # The Sentry plan does not include Performance.
+ traces_sample_rate=1.0,
239
)
240
241
COVE_CONFIG = {
cove_oc4ids/templates/cove_oc4ids/base.html
@@ -3,7 +3,6 @@
3
{% load static %}
4
5
{% block after_head %}
6
- <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
7
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
8
<script>try{Typekit.load({ async: true });}catch(e){}</script>
9
{% include "cove_oc4ids/fathom.html" %}
0 commit comments