File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed
performance-exp/src/resources Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 40
40
"@firebase/app-exp" : " 0.0.800" ,
41
41
"@firebase/app-compat" : " 0.0.800" ,
42
42
"@firebase/functions-exp" : " 0.0.800" ,
43
- "@firebase/firestore" : " 1.17.0"
43
+ "@firebase/firestore" : " 1.17.0" ,
44
+ "@firebase/performance-exp" : " 0.0.800"
44
45
},
45
46
"devDependencies" : {
46
47
"rollup" : " 2.28.1" ,
60
61
" app" ,
61
62
" functions" ,
62
63
" firestore" ,
63
- " firestore/lite"
64
+ " firestore/lite" ,
65
+ " performance"
64
66
]
65
67
}
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export * from '@firebase/performance-exp' ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " firebase-exp/performance" ,
3
+ "main" : " dist/index.cjs.js" ,
4
+ "browser" : " dist/index.esm.js" ,
5
+ "module" : " dist/index.esm.js" ,
6
+ "typings" : " dist/index.d.ts"
7
+ }
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export class Trace implements PerformanceTrace {
57
57
private traceMeasure ! : string ;
58
58
59
59
/**
60
+ * @param performanceController The performance controller running.
60
61
* @param name The name of the trace.
61
62
* @param isAuto If the trace is auto-instrumented.
62
63
* @param traceMeasureName The name of the measure marker in user timing specification. This field
You can’t perform that action at this time.
0 commit comments