diff --git a/.changeset/afraid-experts-film.md b/.changeset/afraid-experts-film.md new file mode 100644 index 0000000000..fa39b27ba1 --- /dev/null +++ b/.changeset/afraid-experts-film.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-dynatrace': patch +--- + +Updated the dynatrace plugin documentation with new minimum API token permission requirements. diff --git a/plugins/dynatrace/README.md b/plugins/dynatrace/README.md index 3d14be9145..b03e65473f 100644 --- a/plugins/dynatrace/README.md +++ b/plugins/dynatrace/README.md @@ -20,6 +20,7 @@ The Dynatrace plugin will require the following information, to be used in the c - Dynatrace API access token (see [documentation](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication)), with the following permissions: - `entities.read` - `problems.read` + - `DataExport` and/or `ExternalSyntheticIntegration` and/or `ReadSyntheticData` #### Install