Eric J. Van Pyrz
Eric J. Van Pyrz
**Description/Screenshot** It is my understanding that `excludeRequestFromAutoTrackingPatterns` can be used to exclude certain AJAX/XHR/Fetch requests (which show up as `Dependencies` in App Insights dashboards) from being tracked. I have several...
Sentry's documentation for setting up capacitor projects is a bit outdated for Capacitor 3. As seen [here](https://capacitorjs.com/docs/updating/3-0#switch-to-automatic-android-plugin-loading), Capacitor officially recommends using automatic plugin loading on android. I bumped into a...
### Environment ``` "@capacitor/core": "^3.5.1", "@sentry/capacitor": "^0.10.0", "@sentry/vue": "^7.13.0, "vue": "^3.1.5" ``` ``` import * as Sentry from "@sentry/capacitor"; import * as SentryVue from "@sentry/vue"; import { BrowserTracing } from...
### Describe the bug When adding the `unmask` prop to an `InputMask` component, instead of just "unmasking" the data model's value (v-model) while keeping the visual display with the mask,...