Skip to content

Commit 3f9bbea

Browse files
Update lib/mix/tasks/sentry.install.ex
Co-authored-by: Andrea Leopardi <[email protected]>
1 parent 9aa274c commit 3f9bbea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/mix/tasks/sentry.install.ex

+6-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,12 @@ if Code.ensure_loaded?(Igniter) do
9191
|> Igniter.add_notice("""
9292
Sentry:
9393
94-
Add a call to mix sentry.package_source_code in your release script to
95-
make sure the stacktraces you receive are complete.
94+
Add a call to
95+
96+
mix sentry.package_source_code
97+
98+
in your release script to make sure the stacktraces you receive
99+
are correctly categorized.
96100
""")
97101
end
98102

0 commit comments

Comments
 (0)