Skip to content
#

sentry

Here are 538 public repositories matching this topic...

fayak
fayak commented Mar 12, 2020

Hi !

I believe the SENTRY_WEB_HOST in sentry.conf.py does not behave exactly like I thought it would.
As I want to have sentry accessible only through my nginx, I chose to bind on 127.1. However, as it runs in a docker container, it makes the web interface not accessible even on localhost.

What I had to do is to bind to 0.0.0.0 and edit the docker-compose.yml:140 to tell docker to

duyleekun
duyleekun commented Oct 31, 2018

Dependencies

{
    "@babel/runtime": "^7.1.2",
    "add": "^2.0.6",
    "axios": "^0.18.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "lodash": "^4.17.10",
    "mobx": "^4.3.1",
    "mobx-react": "^5.1.0",
    "moment": "^2.22.2",
    "native-base": "^2.8.1",
    "numeral": "^2.0.6",
    "react": "16.6.0-alpha.8af6728",
    "react-native": "0.57.1",
   
captbaritone
captbaritone commented Jan 4, 2018

Currently this is the source of a potential memory leak (see #50), since Raven will continue to hold a reference our original dataCallback which has the store implicitly bound into it.

Additionally, we hard code where in the context we put the state, (data.extra.state), so the second call will cause any context provided by the first call to be overwritten.

I can foresee a possible us

Vadorequest
Vadorequest commented Mar 9, 2020

This thread is meant for the community to share their feedback regarding how to get started with the boilerplate, and how the documentation should be improved in order to make it easier.

Lots of documentation has been written, both in markdown files (README, etc.) and as in-code comments. About 2h of video tutorial has been recorded as well, so that you don't get stuck when trying out this pr

Improve this page

Add a description, image, and links to the sentry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sentry topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.