Skip to content

Conversation

@pavrda
Copy link
Contributor

@pavrda pavrda commented Dec 6, 2019

If there is already more plugins in cordova project, it is useful to specify version in order to achieve each other compatibility.
I added config variable that allows to specify exact Sentry SDK version. It is possible to do that in config.xml like this:

<plugin name="sentry-cordova" spec="^0.16.2">
    <variable name="SENTRY_ANDROID_SDK_VERSION" value="1.6.8" />
</plugin>

@codecov-io
Copy link

Codecov Report

Merging #164 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   91.78%   91.78%           
=======================================
  Files           9        9           
  Lines         146      146           
  Branches       23       23           
=======================================
  Hits          134      134           
  Misses         11       11           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd882cb...4594545. Read the comment docs.

Copy link
Member

@HazAT HazAT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

@HazAT HazAT merged commit e60790f into getsentry:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants