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 b95fe4f commit 64d0749Copy full SHA for 64d0749
app/views/layouts/application.html.erb
@@ -16,7 +16,9 @@
16
<%# Includes all stylesheet files in app/assets/stylesheets %>
17
<%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
18
<%= javascript_importmap_tags %>
19
- <%= Sentry.get_trace_propagation_meta.html_safe %>
+ <% if Rails.env.production? %>
20
+ <%= Sentry.get_trace_propagation_meta.html_safe %>
21
+ <% end %>
22
</head>
23
24
<body>
@@ -29,7 +31,7 @@
29
31
<% end %>
30
32
</div>
33
-
34
+
35
<%= yield %>
36
</body>
37
</html>
0 commit comments