@testdriverai/runner 7.9.4-test → 7.9.6-test

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sandbox-agent.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testdriverai/runner",
3
- "version": "7.9.4-test",
3
+ "version": "7.9.6-test",
4
4
  "description": "TestDriver Runner - Ably-based remote automation agent with Node.js automation",
5
5
  "main": "index.js",
6
6
  "bin": {
package/sandbox-agent.js CHANGED
@@ -207,7 +207,7 @@ async function main() {
207
207
  // Sample all runner-initiated traces (shouldn't happen often)
208
208
  return 1.0;
209
209
  },
210
- environment: config.sentryEnvironment || process.env.TD_ENV || 'production',
210
+ environment: config.sentryChannel || process.env.TD_CHANNEL || 'stable',
211
211
  release: version,
212
212
  serverName: os.hostname(),
213
213
  });