Skip to content

Commit

Permalink
Bump sentry version
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 29, 2024
1 parent 6337e08 commit 19410db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sentrylibrary/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def validate(self):

def requirements(self):
if self.options.enable_sentry:
self.requires("sentry-native/0.7.0")
self.requires("sentry-native/0.7.15")

def _sentry_environment(self):
return self.conf.get("user.sentry:environment", default = 'development', check_type = str)
Expand Down

0 comments on commit 19410db

Please sign in to comment.