Skip to content

Commit e6756de

Browse files
authored
Merge pull request #229622 from AaronMaxwell/aaronmax-js-faq-update
FAQ update for JavaScript OTel
2 parents ce03291 + 6b4b695 commit e6756de

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/azure-monitor/faq.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,26 @@ sections:
909909
- :warning: : This feature is available as a public preview. [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
910910
- :x: : This feature is not available or not applicable.
911911
912+
- question: |
913+
Is OpenTelemetry intended for use in web browsers?
914+
answer: |
915+
OpenTelemetry isn’t currently intended for use in web browsers. It’s primarily designed for use with Node.JS.
916+
917+
- question: |
918+
When can we expect the OpenTelemetry SDK to be available for use in web browsers?
919+
answer: |
920+
The availability timeline for the OpenTelemetry SDK hasn’t been determined yet.
921+
922+
- question: |
923+
Will OpenTelemetry be the preferred SDK for connecting to Application Insights for third parties in the future?
924+
answer: |
925+
It’s not expected to be the preferred SDK for connecting to Application Insights for third parties in the near future.
926+
927+
- question: |
928+
Can I test OpenTelemetry in a web browser today?
929+
answer: |
930+
The [OpenTelemetry Web Sandbox](https://github.com/open-telemetry/opentelemetry-sandbox-web-js) is a fork designed to make OpenTelemetry work in a browser, but it is not yet possible to send telemetry to Application Insights or 1DS Collector. Additionally, the SDK does not currently have defined general client events.
931+
912932
- question: |
913933
How do I determine if OpenTelemetry is right for me?
914934
answer: |

0 commit comments

Comments
 (0)