cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where can I get Typescript type definitions for the Javascript RUM?

J.S
Explorer

Our company recently invested in using AppDynamics, and we are trying to implement it in our code.  We're currently using the CDN to host the javascript, but I have been absolutely unable to find out where to get the type definitions for the library.  AD seems to claim that they have converted to typescript, but I can't find ANY reference to typings or type definitions.

4 REPLIES 4

Ryan.Paredez
Community Manager

Hi @J.S,

 

I found these blog posts that I think may be helpful.

https://www.appdynamics.com/blog/tag/typescript/

https://www.appdynamics.com/blog/engineering/8-steps-migrating-javascript-typescript/

 

Let me know if they they do!

 


Thanks,

Ryan, Cisco AppDynamics Community Manager




Found something helpful? Click the Accept as Solution button to help others find answers faster.

Liked something? Click the Thumbs Up button.



Check out Observabiity in Action

new deep dive videos weekly in the Knowledge Base.

Yeah, I've already read these.  They discuss *why* they switched to Typescript, but have no information on where type definitions might be found.

Gaurav.Soni
AppDynamics Team (Retired)

Hi,

 

As far as I know, there is no official typescript BRUM agent at the moment. 

 

Regards,

Gaurav



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Sahil.Gupta
Builder

Hi,

 

If you need TypeScript version of the Agent, there is no such thing. The JS Agent is written in TypeScript, that's correct, but, it gets compiled to JavaScript anyway - so it's JavaScript after all.

If your application is written in TypeScript, you will be able to use the JS Agent! 

 

Thanks & Regards,

Sahil Gupta