Skip to content

Commit fffc291

Browse files
committed
docs: updated text in captureMethod section
1 parent bfe774a commit fffc291

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/core/tracer.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ When using the `captureLambdaHandler` decorator or middleware, Tracer performs t
208208

209209
### Methods
210210

211-
You can trace other methods using the `captureMethod` decorator or manual instrumentation.
211+
You can trace other Class methods using the `captureMethod` decorator or any arbitrary function using manual instrumentation.
212212

213213
=== "Manual"
214214

@@ -249,11 +249,6 @@ You can trace other methods using the `captureMethod` decorator or manual instru
249249
}
250250
```
251251

252-
=== "Middy Middleware"
253-
254-
!!! info
255-
We currently don't support middleware for tracing methods, [let us know](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/new?assignees=&labels=feature-request%2C+triage&template=feature_request.md&title=) if you'd like to see one!
256-
257252
=== "Decorator"
258253

259254
```typescript hl_lines="8"

0 commit comments

Comments
 (0)