You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Application Insights SDK (used for Telemetry) has compatibility issue with other Azure SDKs that produce a SyntaxError: The requested module <X> does not provide an export named 'default' (AppInsightsErrorBoundary.js)
This will cause the application to crash when developing on a personal machine and the app will require a restart.
To be able to use the Azure Form Recognizer SDK to work within the OCR Demo we created an Azure Function App to run the code apart from the webapp which use Azure Application Insights SDK.
In the future we may need a better solution if the issue continues to persist.
The text was updated successfully, but these errors were encountered:
Issue
The Azure Application Insights SDK (used for Telemetry) has compatibility issue with other Azure SDKs that produce a SyntaxError:
The requested module <X> does not provide an export named 'default' (AppInsightsErrorBoundary.js)
This will cause the application to crash when developing on a personal machine and the app will require a restart.
Reproduce
packages/webapp
.It appears to be related to this Github issues
Temporary Solution
To be able to use the Azure Form Recognizer SDK to work within the OCR Demo we created an Azure Function App to run the code apart from the webapp which use Azure Application Insights SDK.
In the future we may need a better solution if the issue continues to persist.
The text was updated successfully, but these errors were encountered: