Skip to content

Commit bcc0483

Browse files
DavidMina96HeshamMegid
authored andcommitted
[INSD-8643] Fix Survey interface export (#851)
* Re-export Survey as export type * Update CHANGELOG.md
1 parent a926c39 commit bcc0483

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
- Fixes Survey interface export causing a build error with certain babel versions
4+
15
## 11.5.0 (2022-11-28)
26

37
- Bumps Instabug Android SDK to v11.6.0

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import * as Surveys from './modules/Surveys';
1515
export {
1616
Report,
1717
Trace,
18-
Survey,
1918
APM,
2019
BugReporting,
2120
CrashReporting,
@@ -25,4 +24,6 @@ export {
2524
Surveys,
2625
};
2726

27+
export type { Survey };
28+
2829
export default Instabug;

0 commit comments

Comments
 (0)