Skip to content

Commit 4598383

Browse files
authored
Specific interface for provider enhancement (3/3) (#1023)
* adding in crashlytics changes * comments & adding package refs * address comments and make doc strings better * add opts.retry to event trigger
1 parent b51ec90 commit 4598383

File tree

6 files changed

+956
-3
lines changed

6 files changed

+956
-3
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"./v2/storage": "./lib/v2/providers/storage.js",
5858
"./v2/alerts": "./lib/v2/providers/alerts/index.js",
5959
"./v2/alerts/appDistribution": "./lib/v2/providers/alerts/appDistribution.js",
60-
"./v2/alerts/billing": "./lib/v2/providers/alerts/billing.js"
60+
"./v2/alerts/billing": "./lib/v2/providers/alerts/billing.js",
61+
"./v2/alerts/crashlytics": "./lib/v2/providers/alerts/crashlytics.js"
6162
},
6263
"typesVersions": {
6364
"*": {
@@ -126,6 +127,9 @@
126127
],
127128
"v2/alerts/billing": [
128129
"lib/v2/providers/alerts/billing"
130+
],
131+
"v2/alerts/crashlytics": [
132+
"lib/v2/providers/alerts/crashlytics"
129133
]
130134
}
131135
},

0 commit comments

Comments
 (0)