Skip to content

Commit

Permalink
Update docusaurus/docs/how-to-guides/runtime-checks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Perez <[email protected]>
  • Loading branch information
sunker and josmperez authored Jan 27, 2025
1 parent 3c9b6df commit b7a22ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/how-to-guides/runtime-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

# Manage backwards compatibility with runtime checks

To leverage new Grafana features in plugins while ensuring backward compatibility with older versions, plugin authors must implement conditional logic to adapt to feature availability at runtime. Neglecting backward compatibility can lead to plugin crashes and a degraded user experience.
To take advantage of new Grafana features in plugins while maintaining compatibility with older versions, plugin authors need to implement conditional logic that checks for feature availability during runtime. Failing to account for backward compatibility can result in plugin crashes and a poor user experience.

The approach for performing these runtime checks depends on the specific feature and how it is exposed to plugin developers. Below are examples illustrating how to handle such scenarios effectively.

Expand Down

0 comments on commit b7a22ad

Please sign in to comment.