We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Elixir.
1 parent cadc15f commit 4cf8290Copy full SHA for 4cf8290
1 file changed
lib/error_tracker/schemas/stacktrace.ex
@@ -25,7 +25,7 @@ defmodule ErrorTracker.Stacktrace do
25
26
%{
27
application: to_string(application),
28
- module: to_string(module),
+ module: module |> to_string() |> String.replace_prefix("Elixir.", ""),
29
function: to_string(function),
30
arity: arity,
31
file: to_string(opts[:file]),
0 commit comments