Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Change file name to a more accurate name.
Browse files Browse the repository at this point in the history
  • Loading branch information
crdgonzalezca committed Jun 18, 2019
1 parent a8345dd commit 269b504
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
* limitations under the License.
*/

import { startInteractionTracker } from '../export-initial-load';
import { startInteractionTracker } from '../export-interaction-tracker';

startInteractionTracker();
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

import './export-initial-load';
import './export-interaction-tracker';
2 changes: 1 addition & 1 deletion packages/opencensus-web-instrumentation-zone/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export { startInteractionTracker } from './export-initial-load';
export { startInteractionTracker } from './export-interaction-tracker';
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

module.exports = {
entry: {
'export-initial-load': './src/entrypoints/export-initial-load.ts',
'initial-load-all': './src/entrypoints/initial-load-all.ts',
'export-interaction-tracker': './src/entrypoints/export-interaction-tracker.ts',
'interaction-tracker-all': './src/entrypoints/interaction-tracker-all.ts',
},
resolve: {extensions: ['.ts', '.js']},
devtool: 'source-map',
Expand Down

0 comments on commit 269b504

Please sign in to comment.