- Vancouver, Canada
- https://trentm.com/
Highlights
- Pro
Block or Report
Block or report trentm
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
python-markdown2 Public
markdown2: A fast and complete implementation of Markdown in Python
-
node-dashdash Public
A light, featureful and explicit option parsing library for node.js.
-
node-cmdln Public
node.js helper lib for creating CLI tools with subcommands; think `git`, `svn`, `zfs`
-
1,195 contributions in the last year
Contribution activity
August 2022
Created 28 commits in 5 repositories
Created 1 repository
- trentm/example-apollo-lambda JavaScript
Created a pull request in elastic/apm-agent-nodejs that received 5 comments
test: bump test exitSpanMinDuration to avoid spurious test failures due to event-loop delay
In one of my PRs I saw this spurious test failure in drop-fast-exit-spans.test.js: https://github.com/elastic/apm-agent-nodejs/runs/7681916973?chec…
+7
−6
•
5
comments
Opened 17 other pull requests in 3 repositories
elastic/apm-agent-nodejs
3
open
11
merged
- feat: improve SQL summarization to match cross-agent spec
- perf: disable Knex instrumentation if spanStackTraceMinDuration=-1
- feat: 'elasticsearchCaptureBodyUrls' config option
- 3.38.0
- chore: improve usability of "Bug report" issue template
- fix: captureError would fail on an Error attribute that is an invalid date
- chore: convert issue templates to use unix line-endings
- feat: instrument core modules imported with require('node:...')
- fix: an S3 ListBuckets span was invalid for APM server intake
- fix: lambda instrumentation must set transaction *default* name to allow subsequent override by graphql instrumentation
-
feat: undici and
fetch()
instrumentation - docs: add a small example using apollo-server-express
- chore: bump suggested local dev node version
- docs: correct the envvar name to use for spanStackTraceMinDuration
elastic/require-in-the-middle
2
merged
elastic/apm
1
open
Reviewed 23 pull requests in 5 repositories
elastic/apm-agent-nodejs
12 pull requests
- chore(deps-dev): bump @babel/preset-env from 7.18.6 to 7.18.10
- chore(deps-dev): bump undici from 5.8.0 to 5.8.2
- chore(deps-dev): bump fastify from 4.3.0 to 4.4.0
-
feat: undici and
fetch()
instrumentation - fix: an S3 ListBuckets span was invalid for APM server intake
- chore(deps-dev): bump ws from 7.5.8 to 7.5.9
- chore(deps-dev): bump ajv from 6.12.6 to 7.2.4
- chore(deps-dev): bump @babel/cli from 7.17.10 to 7.18.10
- chore(deps-dev): bump ioredis from 5.1.0 to 5.2.2
- chore(deps-dev): bump @types/node from 18.6.0 to 18.6.3
- chore(deps-dev): bump mongodb from 4.6.0 to 4.8.1
- chore(deps-dev): bump eslint-plugin-license-header from 0.4.0 to 0.6.0
elastic/apm
5 pull requests
elastic/apm-agent-python
3 pull requests
elastic/require-in-the-middle
2 pull requests
elastic/apm-aws-lambda
1 pull request
Created an issue in elastic/apm-agent-nodejs that received 1 comment
an outgoing http.request(...)
that fails with an 'error' event is not ended
Using this example script: // http-req-error.js const apm = require('./').start({ // elastic-apm-node serviceName: 'http-req-error' }) const http = r…
1
comment