Vladimir

Results 14 issues of Vladimir

Hi. I use `vue` + `vuex` + `ts` + `nuxt` + `vue-property-decorator` in my project. I have getter like this: ```typescript public get polls(): PollData[] { return this.$store.getters[`polls/getPolls`]; } ```...

Hi. Is it possible to use this package for nested elements? Component's template is something like this `comment-item.vue`: ``` ``` And page template: ``` ```

Hi. Here is my template: ```html title ``` And config: ```js Vue.use(VueLazyload, { preLoad: 1.3, error: '/images/lazy-error.png', loading: '/images/lazy-loading.png', attempt: 1, filter: { webp(listener, options) { if (!options.supportWebp || !listener.src...

Hi. I have separate page components to serve `/amp/*` routes. How i can exclude them from client bundles?

Hi. Sometimes i see this error in console: ``` GET "http://mysitehostname/null" 404 (Not Found) vue-resize.esm.js:73 ``` ```js var object = document.createElement('object'); this._resizeObject = object; object.setAttribute('aria-hidden', 'true'); //

Hi. How to prevent `yii\web\NotFoundHttpException` to be sended to Sentry?

The reason why we need `tagsCallback`, because some notification providers (eg Telegram) can access only tags, not extra data.

Hello. I'm trying to use distributed tracing with frontend (js vue) and backend (php yii2). It's looks like `sentry-trace` header is not recognized.

Hello. Can you provide example for Perfomance Transactions, please? I had tried this, but it doesn't work: ```php 'class' => \notamedia\sentry\SentryTarget::class, 'dsn' => SENTRY_DSN, 'levels' => ['error', 'warning'], // Write...

**📚 What are you trying to do? Please describe.** On the client, before component will be mounted, I want to completely load data. **🔍 What have you tried?** ``` setup()...

documentation