問題タブ [apm]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vue.js - Vue.js で現在の Elastic APM インスタンスを取得するには?
Elastic APM
ドキュメントに従って Vue.js アプリに統合しました ( https://www.elastic.co/guide/en/apm/agent/rum-js/current/vue-integration.html )
デフォルトのイベントに加えて、page-load
いくつroute-change
かのボタン クリック用にカスタム トランザクション/スパンを追加したいと考えています。
カスタムスパンを追加するために使用できる既存のトランザクション開始が既に存在するかどうかを確認することで立ち往生しています。
ただし、現在のトランザクションの取得は失敗します (最初の行)。