Skip to content

Commit

Permalink
feat: improve similarity_id smartness by not including metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Dec 18, 2024
1 parent 52fef6f commit f970276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tower/event.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule Tower.Event do
by: atom() | nil
}

@similarity_source_attributes [:level, :kind, :reason, :stacktrace, :metadata]
@similarity_source_attributes [:level, :kind, :reason, :stacktrace]
@logger_time_unit :microsecond

@doc false
Expand Down

0 comments on commit f970276

Please # to comment.