File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
content/ja/security_platform/application_security/getting_started Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Docker、Kubernetes、AWS ECS、AWS Fargate で動作する Ruby アプリのア
36
36
37
37
ASM を有効にするには、コード内で行います。
38
38
39
- {{< tabs >}}
39
+ {{< tabs >}}
40
40
41
41
{{% tab "Rails" %}}
42
42
アプリケーションコードにイニシャライザーを追加して、APM トレーサーを有効にします。
@@ -80,7 +80,7 @@ Docker、Kubernetes、AWS ECS、AWS Fargate で動作する Ruby アプリのア
80
80
81
81
{{% /tab %}}
82
82
83
- {{% / tab %}}
83
+ {{% tab "Sinatra" %}}
84
84
85
85
``` ruby
86
86
require ' sinatra'
@@ -117,16 +117,13 @@ Docker、Kubernetes、AWS ECS、AWS Fargate で動作する Ruby アプリのア
117
117
` config.ru ` ファイルに以下を追加して、APM トレーサーを有効にします。
118
118
119
119
{{% /tab %}}
120
- {{% /tab %}}
121
120
122
121
{{< /tabs >}}
123
122
124
123
または、アプリケーションが実行される場所に応じて、以下の方法のいずれかを使用します。
125
124
126
- {{< tabs >}}
127
- {{% tab "Docker CLI" %}}
128
-
129
125
{{< tabs >}}
126
+ {{% tab "Docker CLI" %}}
130
127
131
128
``` shell
132
129
docker run [...] -e DD_APPSEC_ENABLED=true [...]
@@ -195,4 +192,4 @@ env DD_APPSEC_ENABLED=true rails server
195
192
196
193
[ 1 ] : /ja/security_platform/application_security/setup_and_configure/?code-lang=ruby#compatibility
197
194
[ 2 ] : https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide.md#from-0x-to-10
198
- [ 3 ] : /ja/tracing/trace_collection/dd_libraries/ruby/
195
+ [ 3 ] : /ja/tracing/trace_collection/dd_libraries/ruby/
You can’t perform that action at this time.
0 commit comments