Skip to content

Commit 5ab29d8

Browse files
Expose APM module publicly
1 parent 8082af1 commit 5ab29d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import InstabugUtils from './utils/InstabugUtils';
1010
import InstabugConstants from './utils/InstabugConstants';
1111
import Report from './models/Report';
1212
import BugReporting from './modules/BugReporting';
13+
import APM from './modules/APM';
1314
import Surveys from './modules/Surveys';
1415
import FeatureRequests from './modules/FeatureRequests';
1516
import Chats from './modules/Chats';
@@ -1083,7 +1084,8 @@ export {
10831084
Chats,
10841085
Replies,
10851086
CrashReporting,
1086-
NetworkLogger
1087+
NetworkLogger,
1088+
APM,
10871089
};
10881090

10891091
export default InstabugModule;

0 commit comments

Comments
 (0)