1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

PM-26015 Datadog integration card (#16559)

* PM-26015 adding Datadog integration card

* PM-26015 removing 2 changes

* PM-26015 Removing 1 change

* PM-26015 adding datadog integration card

* PM-26015 fixing code to accept new toast owner changes

* PM-26015 fixing linting error

* PM-26015 fixing pr comment
This commit is contained in:
Graham Walker
2025-10-07 09:37:59 -05:00
committed by GitHub
parent c0d15c19d4
commit 801700d441
23 changed files with 1165 additions and 49 deletions

View File

@@ -70,8 +70,8 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ
}
async clear(clearInfo: SystemNotificationClearInfo): Promise<undefined> {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
chrome.notifications.clear(clearInfo.id);
await chrome.notifications.clear(clearInfo.id);
return undefined;
}
isSupported(): boolean {