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
Copy file name to clipboardexpand all lines: getting-started/sdk.mdx
+29-5
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,25 @@ communicating directly with the Edgee proxy so it can't be blocked.
26
26
convert the SDK into an inline `<script>` to improve performance
27
27
and to make sure that all client-side events are collected successfully.</Note>
28
28
29
-
### SDK integrations
29
+
### Easy Integration with Automatic SDK Injection
30
+
31
+
The simplest way to integrate Edgee into your website is by using our Automatic SDK Injection feature. When enabled, Edgee will automatically inject the SDK into your web pages without requiring any manual code changes. This feature:
32
+
33
+
- Eliminates the need for manual code integration
34
+
- Ensures proper SDK initialization across all pages
35
+
- Maintains optimal performance through automatic optimization
36
+
- Reduces implementation errors
37
+
38
+
<Framecaption="How to enable Automatic SDK Injection. Click on the image to zoom in.">
39
+
<img
40
+
src="/images/automatic-sdk-injection.png"
41
+
alt="Automatic SDK Injection"
42
+
/>
43
+
</Frame>
44
+
45
+
You can enable this feature in your project settings with a simple toggle. If you prefer manual control, you can still integrate the SDK manually using the methods described below.
46
+
47
+
### Manual SDK integrations
30
48
31
49
We provide SDKs for different frameworks and libraries.
32
50
@@ -40,13 +58,19 @@ Choose the one that fits your project:
0 commit comments