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

 

Welcome to our latest newsletter. This 25th edition covers essential updates, upcoming events, and the latest releases.

 

What can you expect to see in this post:


News and events

 

Engage and elevate

 

On August 12, we’ll hold our regular Dynatrace Office Hours for App development.

If you want to interact with us during the session, you’ll need to sign up beforehand with your LinkedIn profile. If you don’t have a LinkedIn profile, simply join us on our Dynatrace YouTube channel at the given date and time.

As always, we’re happy to host you and look forward to answering any questions you have when developing Dynatrace apps. We'll also give you the latest updates and releases.

 

Useful updates

 

New React hook release

We recently released a new hook useDql to get data from Grail using DQL. This new hook is the replacement for now deprecated useDqlQuery hook. Here is a simple migration example:

// old example
const result = useDqlQuery({
  body: {
    query: `fetch logs`,
  },
});

// new example
const result = useDql({
    query: `fetch logs`
});

 
Take a look at the useDql reference docs for more details.

 

Documents guide update

We recently updated our Store user-generated data guide with code snippets that you can use in Notebook, Dashboard, and Workflow as well. Take a look at the guide for more details.

 

Tree-shakable icons

With Strato Icons v1.5.1 we made sure that the icons are tree-shakable. That means that you're bundled apps will have smaller size and buildsystem will only include icons in the final bundle that you use in your app. 

 

Design tokens in CSS

You can also use Strato Design tokens in your css files directly using CSS Variables. These variables are prefixed with       --dt.

Here is an example of strato design tokens:

div {
  border-radius: var(--dt-borders-radius-container-default);
}

 

 

Release highlights for app developers

 

Strato Components

Stay updated with the latest enhancements to the design system. 

The annotated release notes detail all the changes to version 1.7.3 for the Strato Component package.  

We also released Strato Component Preview with version 1.10.0

 

Dynatrace App Toolkit

Discover the newest updates to the App Toolkit. 

The annotated release notes provide a comprehensive overview of all changes up to version 0.145.0.