
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@totalpave/cordova-sentry
Advanced tools
Cordova Plugin that incorporates Sentry native runtime for native tracking.
Sentry's Cordova plugin may offer more things out-of-the-box including scripts to handle uploading native debug symbols and JS source maps. But it's a package that doesn't receive regular maintenance.
This package doesn't concern itself with the JS runtime, allowing you to choose a runtime that makes sense for your application, and have it updated independently. This package also doesn't concern with scripts to upload source maps or other debug symbols.
This package only goal is to setup Sentry in the native environment as early as Cordova will possibly allow us.
This plugin requires a SENTRY_DSN
variable to be set at install time:
cordova plugin add @totalpave/cordova-sentry --variable SENTRY_DSN=<your-dsn>
Platform | Version |
---|---|
iOS | 8.25.0 |
Android | 7.9.0 |
This plugin does not include JS runtime. Sentry has several different JS runtimes available including:
Choose a JS runtime that makes sense for your application.
While this plugin does not integrate any JS runtimes, it does include an API to trigger a native exception capture for testing purposes. Useful for confirming if native symbols are working.
await window.totalpave.Sentry.testNativeException();
To capture exceptions/messages, use your own installed JS sentry runtime.
FAQs
Cordova Plugin for Sentry
The npm package @totalpave/cordova-sentry receives a total of 0 weekly downloads. As such, @totalpave/cordova-sentry popularity was classified as not popular.
We found that @totalpave/cordova-sentry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.