File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Add missing constants and helpers exports ([ #538 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/538 ) )
13
+ - ` MetaMetricsEventCategory `
14
+ - ` MetaMetricsEventName `
15
+ - ` getSmartTransactionMetricsProperties `
16
+ - ` getSmartTransactionMetricsSensitiveProperties `
17
+
10
18
## [ 19.1.0]
11
19
12
20
### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
coverageThreshold : {
8
8
global : {
9
9
branches : 74.65 ,
10
- functions : 92 .5,
10
+ functions : 91 .5,
11
11
lines : 92.52 ,
12
12
statements : 92.51 ,
13
13
} ,
Original file line number Diff line number Diff line change @@ -20,3 +20,8 @@ export type {
20
20
SmartTransactionStatuses ,
21
21
ClientId ,
22
22
} from './types' ;
23
+ export { MetaMetricsEventName , MetaMetricsEventCategory } from './constants' ;
24
+ export {
25
+ getSmartTransactionMetricsProperties ,
26
+ getSmartTransactionMetricsSensitiveProperties ,
27
+ } from './utils' ;
You can’t perform that action at this time.
0 commit comments