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 ed69910 commit 04faf06Copy full SHA for 04faf06
lib/error_tracker/web/live/dashboard.html.heex
@@ -69,9 +69,10 @@
69
<p class="whitespace-nowrap text-ellipsis w-full overflow-hidden">
70
(<%= sanitize_module(error.kind) %>) <%= error.reason %>
71
</p>
72
- <p class="font-normal text-gray-400">
+ <p :if={error.source_function != "-"} class="font-normal text-gray-400">
73
<%= sanitize_module(error.source_function) %>
74
- <br />
+ </p>
75
76
<%= error.source_line %>
77
78
</td>
0 commit comments