We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c73e8e commit 2429843Copy full SHA for 2429843
packages/devtools_shared/CHANGELOG.md
@@ -3,6 +3,13 @@
3
* Add the ability to send debug logs in DevTools server request responses.
4
* Add an optional positional parameter `logs` to the `ServerApi.serverError` method.
5
* Include debug logs with the `ExtensionsApi.apiServeAvailableExtensions` API response.
6
+* Add parameter to `ServerApi.handle` to accept an instance of `Analytics` from
7
+ `package:unified_analytics`.
8
+* Devtools server API `apiGetConsentMessage` added to fetch the consent message from
9
10
+* Devtools server API `apiMarkConsentMessageAsShown` added to mark the consent message for
11
+ `package:unified_analytics` as shown to enable telemetry.
12
+
13
14
# 6.0.4
15
* Add `apiGetDtdUri` to the server api.
0 commit comments