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 e7d3f77 commit 0e9cf25Copy full SHA for 0e9cf25
src/sentry/templates/sentry/partial/interfaces/http_email.html
@@ -18,15 +18,15 @@
18
<tr>
19
<th>{% trans "Query" %}</th>
20
<td>
21
- <code>{{ query_string|truncatechars:20 }}</code>
+ <code>{{ query_string|truncatechars:100 }}</code>
22
</td>
23
</tr>
24
{% endif %}
25
{% if fragment %}
26
27
<th>{% trans "Fragment" %}</th>
28
29
- <code>{{ fragment|truncatechars:20 }}</code>
+ <code>{{ fragment|truncatechars:100 }}</code>
30
31
32
0 commit comments