This repository was archived by the owner on Oct 23, 2023. It is now read-only.
-
-
Couldn't load subscription status.
- Fork 133
WIP: Add support for sending event requests via proxy #370
Closed
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ed0172a
Add support for sending event requests via proxy
ndmanvar b0bb3cb
add maxReqQueueCount in case sentry server is down
FennZheng d5a538e
Add test for maxReqQueueCount
kamilogorek beb40bf
feat: Make private key in DSN optional
kamilogorek 28b7624
docs: Add Loopback integration docs
kamilogorek d1da947
fix: Pull Error's name from constructor, not Error itself
kamilogorek abdfb71
Add test for maxReqQueueCount
kamilogorek 4f89ae2
docs: Fix syntax error for Loopback integration
kamilogorek 3849f33
ref: Use local json-stringify-save package
kamilogorek 2e971be
feat: Add Errors serialization to json-stringify-safe
kamilogorek 9eebf71
docs: Mention git-rev usage in release config attribute
kamilogorek e5e5b22
docs: Add Sails.js integration docs
kamilogorek 6c146b2
ci: Trigger build only once and cache deps
kamilogorek 01e6de7
docs: Add name config description and optional ENV vars
kamilogorek b13ca83
feat(transport): enable keep-alives and limit number of sockets
mattrobenolt f5d3c08
feat(transport): retrieve socket name from http/s agents and add tests
kamilogorek 41c10c4
feat: Fall back to NODE_ENV for Sentry Environment
kamilogorek ae75498
feat: Preserve some non-enumerable properties from request
kamilogorek f2801db
Rewrote tests and simplified implementation
kamilogorek 588ac67
docs: Include information about fatalError install callback
kamilogorek 443ea3a
2.2.0
kamilogorek 151b6b5
Remove memwatch-next dependency
kamilogorek 6d24403
fix: attach remaining non-enumerables to req
kamilogorek 3f3d719
feat: Allow to configure stacktrace for captureMessage calls
kamilogorek ebcb270
docs: Add more clarification to req/request object
kamilogorek 3b1c6e7
Fix typo in docs/config.rst
jorrit bf9dbab
Use tunnel-agent for proxying https request
ndmanvar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndmanvar I think you're missing setting the
Hostheader to be set toclient.dsn.hostin case of proxy.Without it the host header would keep the proxy host which cause the HTTP request to be rejected by the sentry.io server