Skip to content

Commit 32665ec

Browse files
solnicdanschultzer
andauthored
Set sdk version dynamically
Co-authored-by: Dan Schultzer <[email protected]>
1 parent 9c28aa8 commit 32665ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ defmodule Sentry.Client do
290290
platform: "elixir",
291291
sdk: %{
292292
name: "sentry.elixir",
293-
version: "10.7.1"
293+
version: Application.spec(:sentry, :vsn)
294294
}
295295
})
296296
end

0 commit comments

Comments
 (0)