We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae4e3d commit b9f5302Copy full SHA for b9f5302
.travis.yml
@@ -21,8 +21,6 @@ cache:
21
22
matrix:
23
fast_finish: true
24
- allow_failures:
25
- - script: scripts/browser-saucelabs.sh
26
27
stages:
28
- Test
@@ -70,13 +68,6 @@ jobs:
70
68
chrome: stable
71
69
firefox: latest
72
script: scripts/raven-js.sh
73
- - stage: Saucelabs
74
- name: '@sentry/browser - SauceLabs tests'
75
- if: fork = false
76
- node_js: '8'
77
- addons:
78
- sauce_connect: true
79
- script: scripts/browser-saucelabs.sh
80
- stage: Deploy
81
name: '@sentry/packages - pack and zeus upload'
82
node_js: '8'
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 5.1.2
+## Unreleased
4
5
- [opentracing] ref: Removed opentracing package
6
- [integrations] feat: Add tracing integration
0 commit comments