Skip to content

Commit 925e667

Browse files
committed
telemetry(auth): reenable toolkit_didLoadModule metric
1 parent 379c352 commit 925e667

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QLoginWebview.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class QWebviewBrowser(val project: Project, private val parentDisposable: Dispos
229229
}
230230

231231
is BrowserMessage.PublishWebviewTelemetry -> {
232-
// publishTelemetry(message)
232+
publishTelemetry(message)
233233
}
234234

235235
is BrowserMessage.OpenUrl -> {

0 commit comments

Comments
 (0)