We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8082af1 commit 5ab29d8Copy full SHA for 5ab29d8
index.js
@@ -10,6 +10,7 @@ import InstabugUtils from './utils/InstabugUtils';
10
import InstabugConstants from './utils/InstabugConstants';
11
import Report from './models/Report';
12
import BugReporting from './modules/BugReporting';
13
+import APM from './modules/APM';
14
import Surveys from './modules/Surveys';
15
import FeatureRequests from './modules/FeatureRequests';
16
import Chats from './modules/Chats';
@@ -1083,7 +1084,8 @@ export {
1083
1084
Chats,
1085
Replies,
1086
CrashReporting,
- NetworkLogger
1087
+ NetworkLogger,
1088
+ APM,
1089
};
1090
1091
export default InstabugModule;
0 commit comments