We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
block
The API reference documents the existence of transaction.block https://www.elastic.co/guide/en/apm/agent/rum-js/current/transaction-api.html#transaction-block
transaction.block
It appears to be a public method of Transaction here
Transaction
apm-agent-rum-js/packages/rum-core/src/performance-monitoring/transaction.js
Line 157 in bf7690e
But is not included in the type declaration
apm-agent-rum-js/packages/rum/src/index.d.ts
Lines 30 to 53 in bf7690e
The text was updated successfully, but these errors were encountered:
I think this might be related #1267
Sorry, something went wrong.
Hi @ldgrp,
Thanks for pointing it out, much appreciated
For the time being, if the missing type declaration is causing you any issues you could apply the workaround described here
Cheers, Alberto
No branches or pull requests
The API reference documents the existence of
transaction.block
https://www.elastic.co/guide/en/apm/agent/rum-js/current/transaction-api.html#transaction-blockIt appears to be a public method of
Transaction
hereapm-agent-rum-js/packages/rum-core/src/performance-monitoring/transaction.js
Line 157 in bf7690e
But is not included in the type declaration
apm-agent-rum-js/packages/rum/src/index.d.ts
Lines 30 to 53 in bf7690e
The text was updated successfully, but these errors were encountered: